

----


====== BUGZILLA 3 ======

<note>La page n'existant pas encore je l'ai ajoutée brièvement, surtout pour un point à finaliser manuellement sous **Ubuntu 8.10**.</note>




===== Description =====

FIXME


===== Pré requis  =====


Apache et Mysql doivent être installés et paramétrés (voir page [[lamp]])

===== Installation =====

L'installation se révèle assez simple, un petit 

  sudo apt-get install bugzilla3

Suivre les instructions. Jusque là pas de problème particulier, sauf que l'accès via un navigateur ne fonctionne pas directement.
Pour cela quelques petites manipulations :

  cp /usr/share/bugzilla3/debian/apache.conf /etc/apache2/conf.d/bugzilla3.conf

==== apache2.conf ====


On le [[:tutoriel:comment_editer_un_fichier|édite le fichier]] **///etc/apache2/apache2.conf//**


A la fin du fichier on ajoute la ligne suivante : 

  RedirectMatch ^/cgi-bin/bugzilla3[/]*$ /cgi-bin/bugzilla3/index.cgi

==== httpd.conf ====


On [[:tutoriel:comment_editer_un_fichier|édite le fichier]] //**/etc/apache2/httpd.conf**//

On y ajoute ces lignes :

  <Directory /usr/share/bugzilla3/web>
  AddHandler cgi-script .cgi
  Options +Indexes +ExecCGI +FollowSymLinks
  DirectoryIndex index.cgi
  AllowOverride Limit
  </Directory>


On relance le serveur Apache

  sudo /etc/init.d/apache2 restart

voire un reload ?

===== Paramétrage =====

FIXME

===== Utilisations =====

Avec [[Subeclipse]]
FIXME

===== Liens =====
  * **[[http://www.bugzilla.org/|Site officiel]]**


------
//Contributeurs : // [[:utilisateurs/chtiland]]